internal/runtime/maps.table.index (field)

18 uses

	internal/runtime/maps (current package)
		map.go#L359: 		m.directorySet(uintptr(nt.index+i), nt)
		map.go#L376: 			if t.index == i {
		map.go#L377: 				t.index = 2 * i
		map.go#L389: 	left.index = old.index
		map.go#L393: 	right.index = left.index + entries
		table.go#L59: 	index int
		table.go#L79: 		index:      index,
		table.go#L922: 			if newTab.index != dirIdx {
		table.go#L934: 				diff := dirIdx - newTab.index
		table.go#L936: 				dirIdx = newTab.index
		table.go#L981: 			grown := it.tab.index == -1
		table.go#L1085: 			grown := it.tab.index == -1
		table.go#L1220: 	t.index = -1
		table.go#L1228: 	newTable := newTable(typ, uint64(newCapacity), t.index, t.localDepth)
		table.go#L1258: 	t.index = -1
		table_debug.go#L85: 	index: `, t.index, `